html{
  
  touch-action: none; /*manipulation*/
}

.body-theme-1{
  background-color: #eee;
  background-image: none;
}

.wrapperPc{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.wrapperPcInside{
  position: relative;
  margin: auto;
  width: 480px;
  height: calc(100% - 20px);
  /* background-color: #fff; */
  /* background-image: url(../img/backLightGrey.png); */
  padding: 5px;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 #333333;
}

a{
  cursor: pointer;
}

.menuBottomHolderSecondWrapper{
  position: absolute;
  bottom: 0;
  height: 235px;
  left: 10px;
  width: calc(100% - 20px);
}

.menuBottomHolder{
  z-index: 9000;
  position: relative;
  float: right;
  width: 100%;
  height: 50px;
}

.menuBottomHolderFirst{
  float: left;
  display: none;
}

.menuBottomHolderSecond{
  float: right;
}

.menuBottom{
  z-index: 9000;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}

.menuBottom div h3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  color: #333;
  margin: 0;
  line-height: 50px;
}

/* menu */

.playgroundMenu{
  position: relative;
  width: 480px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
  padding: 0;
}

.menuCrosswordNumber{
  position: relative;
  float: left;
  width: 105px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px 0 #666666;
}

.playgroundMenuHolder{
  position: relative;
  float: right;
  width: calc(100% - 117px);
  margin-right: 5px;
}

.menuPause{
  position: relative;
  float: left;
  margin-top: 5px;
  margin-left: -6px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #bbb;
  transition: 0.1s linear;
  text-align: center;
  line-height: 60px;
  font-size: 200%;
  border-radius: 5px;

  transition: 0.1s ease-in-out;
}

/* .menuPause:hover{
  border: transition;
  box-shadow: transition;
  border: 1px solid #100d09;
  box-shadow: 0 0 3px 1px #bbb;
} */

.menuTimer{
  position: relative;
  float: left;
  margin: 0 0 0 8px;
  width: 104px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 120%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px 0 #666666;

  transition: 0.1s linear;
}

.menuTimerEach{
  position: relative;
  float: left;
  width: 30px;
  cursor: default;
}

.menuTimer span{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 48px;
  cursor: default;
}

.menuTimerSepperate{
  position: relative;
  float: left;
  width: 5px;
  height: 48px;
  line-height: 46px;
  text-align: left;
  background-color: #fff;

}

.menuExit{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #fff;
  transition: 0.1s linear;
  text-align: center;
  line-height: 50px;
  font-size: 160%;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #666666;
}

.menuQuestionMark{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  background-color: #fff;
  transition: 0.1s linear;
  text-align: center;
  line-height: 50px;
  font-size: 160%;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #666666;
}

/* menu sub */

.playgroundMenuSub{
  position: relative;
  width: 480px;
  height: auto;
  margin: auto;
  padding: 0 0 3px 0;
}



.helpHolder{
  position: relative;
  float: left;
  width: 100px;
  height: auto;
  margin-left: 2px;
}

.menuDescription{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.menuDescriptionHolder{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: #fff;
  padding: 5px 0 5px 0;
  box-shadow: 0 0 2px 0 #666666;
}

.menuDescription p{
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: auto;
  font-size: 100%;
  word-wrap: break-word;
}

.menuControlsHolder{
  position: relative;
  float: left;
  width: 300px;
  height: 60px;
  margin: 3px 0 0 5px;
}

.menuLeft:hover, .menuRight:hover, .menuSwitch:hover, .showErrors:hover, .showLetter:hover, .showWord:hover, .menuMute:hover, .menuKeyboard:hover, .menuExit:hover, .menuQuestionMark:hover{
  box-shadow: 0 0 0 2px #666;
}

.showErrors, .showLetter, .showWord{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 10px;
  box-shadow: 0 0 2px 0 #666666;

  transition: 0.1s linear;
}

.showErrors img, .showLetter img, .showWord img{
  position: relative;
  height: 50px;
}

.menuLeft, .menuKeyboard{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 12px;
  margin-right: 10px;

  transition: 0.1s linear;
}

.menuRight, .menuSwitch{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 12px;

  transition: 0.1s linear;
}

.menuRight{
  margin-left: 10px;
}


.menuLeft img, .menuRight img, .menuSwitch img, .menuKeyboard img{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
}

.menuMute{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 10px;
  box-shadow: 0 0 2px 0 #666666;

  transition: 0.1s linear;
}

.menuMute img{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
}


/* crossword holder */

.crosswordHolder{
  z-index: 9000;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: auto;
  /* background-color: #eee; */
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: #fff; */
  /* background-image: url(../img/backLightGrey.png); */
}

.gameTableHolder{
  position: relative;
  margin: auto;
  width: 480px;
  max-height: 480px;
  height: auto;
}

.gameTable{
  position: relative;
  height: auto;
  margin: auto;

  /* background-color: #fff;
  background-image: url(../img/backLightGrey.png); */
  border-radius: 5px;
  padding: 10px;
}

.vrsta{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  max-height: 48px;
}

.vrsta div{
  border-radius: 12px;
  margin-right: 2px;
}

.gameTableEach, .gameTableEachInactive{
  position: relative;
  float: left;
  height: 100%;
  margin: 0 0 0 -1px;
  max-width: 48px;
}

.gameTableEach{
  transition: 0.15s ease-in-out;
}

.gameTableEach p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  border-radius: 12px;
}

/* table td input{
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  outline: 0;
  outline-offset: 0;
} */

.active{
  background-color: #fff;
  /* border: 1px solid #bbb; */
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 0px;
  cursor: pointer;
  margin: 1px;
}

.inactive{
  /*background-color: #bbb;*/
  padding: 1px;
}

.numbered{
  position: absolute;
  margin: 0 0 0 0;
  padding-left: 2px;
  text-align: center;
  font-size: 80%;
}

.selected{
  /* background-color: #e4e4e4; */
}

.selected input::selection{
  background-color: transparent;
}

/* keyboard */
/* .keyboard{
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  height: auto;
  min-width: 480px;
} */

#blackout{
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;

  background-image: url("../img/background-with-mascout.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-image: url("../img/frontBackground.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

#black, #blackEnd, #black2{
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#winMessage{
  display: none;
  position: absolute;
  z-index: 9999;
  width: 466px;
  height: auto;
  padding: 5px;
  line-height: 27px;
  top: 168px;
  left: 50%;
  margin: 0 0 0 -238px;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 12px;
}

#quitHolder{
  z-index: 10000;
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background-color: #EEEEEE; */
  /* full page background for all screens */
  background-image: url("../img/background-with-mascout.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-image: url(../img/backLightGrey.png); */
}

#quit{
  z-index: 10001;
  position: absolute;
  width: 480px;
  height: 270px;
  /* top: 50%; */
  top: 5px;
  left: 50%;
  margin: 0 0 0 -245px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 #333333;
  padding: 10px 5px 10px 5px;
}

#quit h2{
  position: absolute;
  top: 132px;
  left: 0;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 120%;
  text-align: center;
  width: calc(100% - 22px);
  font-weight: normal;
  background-color: #e6dfd3;
  border: 1px solid #bbb;
}

/* .quitYes, .quitNo{
  position: absolute;
  top: 62px;
  width: calc(100% - 2px);
  height: 50px;
  line-height: 50px;
}

.quitYes{
  top: 125px;
}

.quitNo{
  top: 190px;
} */
/* 
.quitYes a, .quitNo a{
  display: block;
  position: relative;
  width: calc(100% - 10px);
  height: 100%;
  text-decoration: none;
  color: #111;
  font-size: 100%;
  text-align: left;
  padding: 0 5px 0 5px;
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 12px;
  background-color: #fff;
}

.quitYes a img, .quitNo a img{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
} */

#quit h4{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-weight: normal;
  padding: 5px;
  width: calc(100% - 10px);
  height: auto;
  font-size: 100%;
  /* font-style: oblique; */
  /* border-top: 1px solid #bbb; */
  text-align: left;
}

#pauseHolder{
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #eee; */

  background-color: #fff;
  background-image: url(../img/backLightGrey.png);
}

#pause{
  position: absolute;
  z-index: 10000;
  top: 135px;
  left: 50%;
  width: 480px;
  height: 160px;
  margin: 0 0 0 -240px;
}

#pause h2{
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 120%;
  text-align: center;
  width: calc(100% - 22px);
  font-weight: normal;
  background-color: #e6dfd3;
  border: 1px solid #bbb;
}

.pauseResume{
  position: absolute;
  top: 62px;
  width: calc(100% - 2px);
  height: 50px;
  background-color: #fff;
  border: 1px solid #bbb;
  text-align: center;
  line-height: 50px;
}

.pauseResume a img{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
}


.pauseResume a{
  display: block;
  position: relative;
  width: calc(100% - 10px);
  height: 100%;
  margin: 0;
  text-decoration: none;
  color: #222;
  font-size: 100%;
  transition: background-color 0.2s linear;
  text-align: left;
  padding: 0 5px 0 5px;
}

.pauseResume:hover{
  border: 1px solid #100d09;
  box-shadow: 0 0 3px 1px #bbb;
}

#pause h4{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-weight: normal;
  padding: 5px;
  width: calc(100% - 10px);
  height: auto;
  font-size: 100%;
  /* font-style: oblique; */
  border-top: 1px solid #999;
  text-align: center;
}

h4{
  background-color: #eee;
}

.wordDescriptionHide:first
{
  display: block;
}

.wordDescriptionHide{
  display: none;
}

.selectedCurrent{
  caret-color: transparent;
  background-image: url('../img/playground/selectCurrent.png');
  background-size: 100% 100%;
}

.words{
  display: none;
}

textarea[readonly="readonly"], textarea[readonly], input[readonly="readonly"], input[readonly]{
  box-shadow: 0 0 1px 1px #9eb287;
}

.greyBack{
  background-color: #e6dfd3;
}

.greenBack{
  border-bottom: 5px solid #9eb287;
  height: calc(100% - 6px);
}

.greenBack:hover{
  box-shadow: 0 0 2px 0 #666666;
  margin-top: 0;
  cursor: default;
}

.redBack{
  /* background-color: #c78181; */
  /* background-image: url('../img/playground/redback.png');
  background-size: 100% 100%;
  z-index: 100; */

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0 0 1px 2px #c78181;;
  border-radius: 5px;
}

.showErrorsMessageHolder{
  z-index: 9999;
  display: none;
  position: absolute;
  top: 200px;
  width: 478px;
  height: auto;
  left: 50%;
  margin: 0 0 0 -239px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.showErrorsMessageHolderX{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin: 50px 0 0 215px;
  background-color: #2c415d;
  color: #eee;
  border: none;
  cursor: pointer;
  line-height: 50px;
}

.showErrorsMessageHolderTitle{
  position: relative;
  float: left;
  border-bottom: 1px solid #bbb;
  background-color: #e6dfd3;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 100%;
  text-align: center;
}

.showErrorsMessageHolder p{
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  margin: 10px 0 10px 0;
  font-size: 100%;
  text-align: center;
}

.showErrorsMessageHolderClose{
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  background-color: #2c415d;
  text-align: center;
  font-size: 100%;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
}

audio {
   display:none;
}

.keyboardHolder{
  z-index: 9000;
  position: relative;
  float: left;
  width: 100%;
}

.keyboard{
  position: relative;
  width: 480px;
  height: auto;
  margin: 8px auto;
}

.keyboardFirstRow, .keyboardSecondRow, .keyboardThirdRow{
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  margin: 3px 0 3px 0;
}

.keyboardSecondRow{
  margin-left: 19px;
  width: calc(100% - 19px);
}

.keyboardThirdRow{
  margin-left: 38px;
  width: calc(100% - 38px);
}

.keyboardFirstRow div, .keyboardSecondRow div, .keyboardThirdRow div{
  position: relative;
  float: left;
  width: 44px; /* 32px for šđčćž */
  height: 52px;
  background-color: #fff;
  margin: 0 2px 0 2px;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  transition: 0.1 linear;
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 #666666;
}

/* .keyboardFirstRow div:hover, .keyboardSecondRow div:hover, .keyboardThirdRow div:hover{
  border: transition;
  box-shadow: transition;
  border: 1px solid #100d09;
  box-shadow: 0 0 3px 1px #bbb;
} */

#keyDel{
  width: 84px;
}

.solvedWord::after, .solvedLetter::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0 0 1px 2px #9eb287;
  border-radius: 12px;
}

.shortcutsHolder{
  display: none;
  z-index: 10000;
  position: absolute;
  width: 470px;
  top: 115px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 #333333;
  padding: 5px;
  margin: 0 0 0 -240px;
  /* background-color: #fff; */
}

.shortcutsEach{
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px 0 #666666;
}

.shortcutsEach:nth-of-type(odd){
  margin-right: 10px;
  width: calc(50% - 12px);
}

.shortcutsEach:nth-of-type(even){
  width: calc(50% - 2px);
}

.shortcutsEach img{
  position: relative;
  float: left;
  height: 50px;
  max-width: 50px;
  margin: 5px;
  border-right: 1px solid #bbb;
}

.shortcutsEach p{
  position: relative;
  float: left;
  height: 60px;
  margin: 0;
  line-height: 60px;
  width: calc(100% - 62px);
  text-align: left;
  font-size: 90%;
}

.wordIsSolvedHolder{
  display: none;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  height: 30px;
  margin: 0 0 10px 0;
  border: 1px solid #bbb;
  background-color: #fff;
  text-align: center;
  padding: 5px 0 5px 0;
  border-radius: 12px;
  line-height: 30px;
}

#wordIsSolved, #letterIsSolved{
  color: #9eb287;
  border: 1px solid #9eb287;
}

#notYetSolved{
  color: #c78181;
  border: 1px solid #c78181;
}

#userNoMoney{
  z-index: 99999;
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 378px;
  height: auto;
  border: 1px solid #bbb;
  background-color: #eee;
  text-align: center;
  margin: 0 0 0 -189px;
  box-shadow: 0 0 2px 0 #666666;
  border-radius: 12px;
  padding: 5px;
}

#userNoMoney h2{
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  /* border-bottom: 1px solid #bbb; */
  background-color: #e6dfd3;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: normal;
  border-radius: 12px;
}

#userNoMoney p{
  position: relative;
  float: left;
  width: calc(100% - 10px);
  padding: 10px 5px 0 5px;
  height: 40px;
  line-height: 40px;
}

.userNoMoneyClose{
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: 40px;
  text-align: left;
  
}

.userNoMoneyClose:hover{
  border: 1px solid #100d09;
  box-shadow: 0 0 2px 1px #bbb;
}

.shortcutsHolderInner{
  position: relative;
  float: left;
  margin-top: 10px;
}


.registerNowFromTry{
  z-index: 10000;
  position: relative;
  width: calc(100% - 10px);
  /* background-color: #fff; */
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 12px;
  box-shadow: 0 0 2px 3px#E8B200;
  height: 90px;
  margin-top: 5px;
}

.registerNowFromTrySub{
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.registerNowFromTrySub a{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 12px;
  text-align: left;
  text-decoration: none;
  
  background-color: #fff;
  /* box-shadow: 0 0 2px 0 #666666; */
  transition: 0.15s ease-in-out;
}

.registerNowFromTrySub a:hover{
  box-shadow: 0 0 3px 3px #666;
  /* margin-top: 2px; */
}

.registerNowFromTrySub div{
  all: none;
  border-right: none;
  position: relative;
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 110%;
}

.registerNowFromTrySub div img{
  position: relative;
  top: 10px;
}

.page-title h3{
  position: relative;
  float: left;
  margin: 15px 0 15px 5px;
  height: 45px;
  line-height: 45px;
}